ObservableCollectionExtended<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ObservableCollectionExtended<T> コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
IsUpdating | BeginUpdate メソッドを使用して変更通知が中断される場合は True を返します。 | |
Item | Gets or sets the element at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
NotifyItemsChanged | 派生したコレクションがその OnItemAdded および OnItemRemoved メソッドを起動させるべきかどうかを示すブール値を返します。 |
名前 | 解説 | |
---|---|---|
Add | Adds an object to the end of the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
AddRange | コレクションの要素をこのコレクションの最後に追加します。 | |
BeginUpdate | 変更通知 (CollectionChanged および System.ComponentModel.INotifyPropertyChanged.PropertyChanged など) が発生することを防止します。 | |
BinarySearch | オーバーロードされます。 指定した要素の全体リストを検索し、ゼロから始まるインデックスを返します。 | |
Clear | Removes all elements from the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Contains | Determines whether an element is in the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
EndUpdate | 変更通知 (CollectionChanged および System.ComponentModel.INotifyPropertyChanged.PropertyChanged) を再開します。 | |
GetEnumerator | Returns an enumerator that iterates through the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Insert | Inserts an element into the Collection at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
InsertRange | 指定されたインデックスでコレクションにコレクションの要素を挿入します。 | |
Move | System.Collections.ObjectModel.ObservableCollection<T>から継承されます。 | |
ReInitialize | コレクションをクリアして、指定された項目をコレクションに再移植します。 | |
Remove | Removes the first occurrence of a specific object from the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
RemoveAt | Removes the element at the specified index of the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。 | |
RemoveRange | コレクションから項目の連続したブロックを削除します。 |
名前 | 解説 | |
---|---|---|
BlockReentrancy | System.Collections.ObjectModel.ObservableCollection<T>から継承されます。 | |
CheckReentrancy | System.Collections.ObjectModel.ObservableCollection<T>から継承されます。 | |
ClearItems | オーバーライドされます。 コレクションからすべての項目を削除します | |
InsertItem | オーバーライドされます。 コレクション内で指定したインデックスに新しい項目を挿入します。 | |
MoveItem | オーバーライドされます。 コレクションのひとつのインデックスから項目を新しい場所に移動します。 | |
OnBeginUpdate | BeginUpdate が最初に呼び出されて、IsUpdating が True になると起動されます。 | |
OnCollectionChanged | オーバーライドされます。 CollectionChanged イベントを発生します。 | |
OnEndUpdate | EndUpdate が最初に呼び出されて、IsUpdating が False になると起動されます。 | |
OnItemAdded | NotifyItemsChanged が True を返したときに項目が追加された場合に起動されます。 | |
OnItemAdding | NotifyItemsChanged が True を返した場合に、項目が追加される時に呼び出されます。 | |
OnItemPropertyChanged | 指定された引数で ItemPropertyChanged イベントを発生します。 | |
OnItemRemoved | NotifyItemsChanged が True を返す場合に項目が削除された時に起動されます。 | |
OnItemRemoving | NotifyItemsChanged が True を返した場合に、項目が削除される時に呼び出されます。 | |
OnPropertyChanged | オーバーライドされます。 System.ComponentModel.INotifyPropertyChanged.PropertyChanged イベントを発生します。 | |
RemoveItem | オーバーライドされます。 指定したインデックスにある項目を削除します。 | |
SetItem | オーバーライドされます。 コレクション内の指定したインデックスにある項目を交換します。 |
名前 | 解説 | |
---|---|---|
CollectionChanged | System.Collections.ObjectModel.ObservableCollection<T>から継承されます。 | |
ItemPropertyChanged | コレクションのオブジェクトがその System.ComponentModel.INotifyPropertyChanged.PropertyChanged イベントを発生する時に起動されます。 |